pub unsafe fn SetupWriteTextLog<P0>(
    logtoken: u64,
    category: u32,
    flags: u32,
    messagestr: P0
)
where P0: IntoParam<PCSTR>,