#[no_mangle]
pub unsafe extern "C" fn lodepng_state_copy(
    dest: *mut State,
    source: &State
) -> ErrorCode