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

Required features: "Win32_Foundation"