[][src]Function lodepng::ffi::lodepng_get_color_profile

#[no_mangle]pub unsafe extern "C" fn lodepng_get_color_profile(
    profile_out: *mut ColorProfile,
    image: *const u8,
    w: c_uint,
    h: c_uint,
    mode: &ColorMode
) -> ErrorCode