#[no_mangle]
pub unsafe extern "C" fn lodepng_decode24_file(
    out: &mut *mut u8,
    w: &mut c_uint,
    h: &mut c_uint,
    filename: *const c_char
) -> ErrorCode