Function UnlockFile

pub unsafe extern "system" fn UnlockFile(
    hfile: HANDLE,
    dwfileoffsetlow: u32,
    dwfileoffsethigh: u32,
    nnumberofbytestounlocklow: u32,
    nnumberofbytestounlockhigh: u32,
) -> BOOL