pub unsafe fn RtlInstallFunctionTableCallback<P0>(
    tableidentifier: u64,
    baseaddress: u64,
    length: u32,
    callback: PGET_RUNTIME_FUNCTION_CALLBACK,
    context: Option<*const c_void>,
    outofprocesscallbackdll: P0,
) -> BOOLEAN
where P0: Param<PCWSTR>,