pub unsafe fn WindowsPreallocateStringBuffer(
    length: u32,
    charbuffer: *mut *mut u16,
    bufferhandle: *mut HSTRING_BUFFER
) -> Result<()>