#[no_mangle]
pub unsafe extern "C" fn lodepng_load_file(
    out: &mut *mut u8,
    outsize: &mut usize,
    filename: *const c_char
) -> ErrorCode