Function lodepng::ffi::lodepng_encode32_file [] [src]

#[no_mangle]
pub unsafe extern "C" fn lodepng_encode32_file(
    filename: *const i8,
    image: *const u8,
    w: c_uint,
    h: c_uint
) -> Error