CGImageGetBytesPerRow

Function CGImageGetBytesPerRow 

Source
pub extern "C-unwind" fn CGImageGetBytesPerRow(
    image: Option<&CGImage>,
) -> usize
👎Deprecated: renamed to CGImage::bytes_per_row
Available on crate feature CGImage only.