[][src]Function freeimage::ffi::FreeImage_ConvertFromRawBitsEx

pub unsafe extern "C" fn FreeImage_ConvertFromRawBitsEx(
    copySource: BOOL,
    bits: *mut BYTE,
    type_: FREE_IMAGE_TYPE,
    width: c_int,
    height: c_int,
    pitch: c_int,
    bpp: c_uint,
    red_mask: c_uint,
    green_mask: c_uint,
    blue_mask: c_uint,
    topdown: BOOL
) -> *mut FIBITMAP