pub unsafe extern "C" fn fileReplaceBytes(
    filein: *const c_char,
    start: l_int32,
    nbytes: l_int32,
    newdata: *mut l_uint8,
    newsize: usize,
    fileout: *const c_char
) -> l_ok