pub unsafe extern "C" fn CAMU_GetMaxBytes(
maxBytes: *mut u32_,
width: s16,
height: s16,
) -> ResultExpand description
Gets the maximum number of bytes that can be saved to an image buffer.
ยงArguments
maxBytes- Pointer to write the maximum number of bytes to.width- Width of the image.height- Height of the image.